home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Documents / NeXTAnswers / os.533 < prev    next >
Text File  |  1992-02-06  |  2KB  |  53 lines

  1. {\rtf0\ansi{\fonttbl\f0\fnil Times-Roman;\f1\fmodern Courier;}
  2. \paperw11440
  3. \paperh9000
  4. \margl120
  5. \margr120
  6. \pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\b0\i0\ul0\fs28 netbooted client no namelist w netstat\
  7. \
  8. Q:  The commands 
  9. \i w
  10. \i0  and 
  11. \i netstat
  12. \i0  return "no namelist" on a netbooted client.  What's going on?\
  13. \
  14. A:  The 
  15. \i w 
  16. \i0 command prints a summary of the current activity on the system, including what each user is doing, 
  17. \fs24  
  18. \fs28 The 
  19. \i netstat
  20. \i0  command symbolically displays the contents of various network-related data structures.  Both of those commands examine the system namelist kept in the file 
  21. \i /mach
  22. \i0  (the kernel).  The kernel namelist contains the current system addresses.  On a netbooted client, 
  23. \i /mach
  24. \i0  references the path 
  25. \i /clients/client/tftpboot/mach
  26. \i0 .  If this file is not present, any command that uses the kernel's namelist cannot complete successfully and will return a  "no namelist" error.\
  27. \
  28. To fix the problem, make a symbolic link to the kernel like this:\
  29. \
  30.     • On the netboot server, launch the Terminal application as root\
  31.     • run the following command:\
  32.         
  33. \f1\fs24 server#ln -s /sdmach /clients/client/tftpboot/mach
  34. \f0\fs28 \
  35.         \
  36. where
  37. \f1\fs24  client
  38. \f0\fs28  is the name of your netbooted client.\
  39. \
  40.  
  41. \i w
  42. \i0  and 
  43. \i netstat
  44. \i0  will now return the correct data on your netbooted client.  You will need to repeat this procedure for each netbooted client.\
  45. \
  46. \
  47. QA533\
  48. \
  49. Valid for 1.0 \
  50. Valid for 2.0\
  51. \
  52.  
  53.